-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add check for ZFS #1349
Add check for ZFS #1349
Conversation
… consistent strings.
… consistent strings.
Thanks a lot @mboylevt ! This looks like an awesome pull request! We are currently in the process of releasing our 5.2.0 agent, hence our master branch is frozen for now. We will review your Pull request when we will be preparing our 5.3.0 release. |
Also one first nitpick, could you squash these commits into a single one please ? |
Conflicts: checks.d/zfs.py
@@ -0,0 +1,232 @@ | |||
#!/usr/bin/python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
@remh at this point, I'm not sure how to squash my original commits w/o squashing the merged in commits from your master as well. Would you prefer that I simply re-open this pull request? |
Any update on getting this merged? |
Hi @mboylevt sorry for the long delay. The mains are that:
In the same time, you can definitely use it as a custom check without having this merged, so it shouldn't block you. Thanks a lot for your time and let us know if you have more questions. |
I've added some basic checks for the zfs filesystem. These checks give insights into space used/available, compression/deduplication ratio, and basic health checks.